themes: Remove Raleigh
authorDaniel Boles <dboles.src@gmail.com>
Fri, 29 Jun 2018 18:02:15 +0000 (19:02 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Fri, 29 Jun 2018 19:12:19 +0000 (20:12 +0100)
commitb75b5e900a2aec70670a1cdca6ac07dd8eb8d7cf
treed36992c04205a38f5ad6a9cf252c13af5e34710b
parentca4ec52c5403139f2f0c78966e1ad4272153c875
themes: Remove Raleigh

It has been extremely broken since the move to CSS gadgets/nodes, so
clearly no one is depending on it; nor does anyone seem to want to
resurrect it, and writing a Raleigh-inspired theme from scratch would be
faster if they did. So let's drop the dead weight from the build and lib

Now that we don't have Raleigh, the defaultvalue test has to be changed
to set Adwaita before checking the default values of style properties -
some of which Adwaita overrides in its CSS, meaning those would fail.
Not that it passed before anyway! But it does now after my other commit.

Note that I leave the last reference in gtk-zip.sh.in alone since that
hasn't been touched in 8 years and probably has plenty other problems...

Close https://gitlab.gnome.org/GNOME/gtk/issues/1187
gtk/Makefile.am
gtk/theme/Raleigh/gtk-default.css [deleted file]
testsuite/gtk/defaultvalue.c